orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-interval-tree
/
[root]
Package-level
declarations
Types
Functions
Types
Interval
Node
Link copied to clipboard
class
IntervalNode
<
T
>
(
val
center
:
Double
)
Functions
build
Interval
Tree
Link copied to clipboard
fun
<
T
:
Any
>
buildIntervalTree
(
items
:
List
<
T
>
,
intervalFunction
:
(
T
)
->
Pair
<
Double
,
Double
>
)
:
IntervalNode
<
T
>
main
Link copied to clipboard
fun
main
(
)
time
Link copied to clipboard
fun
time
(
f
:
(
)
->
Unit
)